home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / util / misc / TeeHandler.lha / DMakeFile next >
Encoding:
Makefile  |  1997-12-18  |  163 b   |  8 lines

  1. CC    = dcc
  2. COPTS = -proto -mi -ms -pr
  3. DOPTS = -v
  4. # -s -D DEBUG -l debug
  5.  
  6. tee-handler: DMakeFile TeeHandler.c
  7.     $(CC) $(DOPTS) $(COPTS) -o tee-handler TeeHandler.c
  8.